home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / Small Eiffel 0.4.8 / lib_std / any.e next >
Text File  |  1997-04-13  |  367b  |  15 lines

  1. -- Part of SmallEiffel -- Read DISCLAIMER file -- Copyright (C) 
  2. -- Dominique COLNET and Suzanne COLLIN -- colnet@loria.fr
  3. --
  4. class ANY
  5. --
  6. -- Project-wide universal properties.
  7. -- This class is an ancestor to all developer-written classes. 
  8. -- ANY inherits from GENERAL, and may be customized for individual
  9. -- projects or teams.
  10. --
  11.  
  12. inherit PLATFORM;
  13.    
  14. end -- ANY
  15.